| 91 |
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 mk66_product p LEFT JOIN mk66_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mk66_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mk66_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 mk66_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mk66_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mk66_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mk66_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mk66_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>=104 AND c.nright<=105 GROUP BY p.id_product) p INNER JOIN mk66_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
2.452
ms
|
21472 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:189 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `mk66_module` m
INNER JOIN mk66_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `mk66_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `mk66_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `mk66_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.280
ms
|
384 |
Yes
|
Yes
|
/classes/Hook.php:1500
/classes/Hook.php:809 (getAllHookRegistrations)
/classes/Hook.php:952 (getHookModuleExecList)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 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 `mk66_configuration` c
LEFT JOIN `mk66_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.114
ms
|
1844 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/classes/Configuration.php:303 (get)
/classes/shop/Shop.php:399 (getMultiShopValues)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 518 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `mk66_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `mk66_hook_alias` ha
INNER JOIN `mk66_hook` h ON ha.name = h.name |
1.056
ms
|
0 |
|
|
/classes/Hook.php:1568
/classes/Hook.php:251 (getAllHookIds)
/modules/ps_linklist/ps_linklist.php:285 (getIdByName)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `mk66_category` c
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mk66_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `mk66_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `mk66_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.702
ms
|
81 |
Yes
|
Yes
|
/classes/Category.php:815
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:275 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:95 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mk66_category` c
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `mk66_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 60
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.603
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:946
/controllers/front/listing/CategoryController.php:280 (getSubCategories)
/controllers/front/listing/CategoryController.php:165 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `mk66_hook` h
WHERE (h.active = 1) |
0.382
ms
|
1213 |
|
|
/classes/Hook.php:1608
/classes/Hook.php:910 (getHookStatusByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM mk66_shop_url su
LEFT JOIN mk66_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'test2.skleprowerowy.pl' OR su.domain_ssl = 'test2.skleprowerowy.pl')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.374
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1392
/classes/shop/Shop.php:356 (findShopByHost)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `mk66_hook` |
0.344
ms
|
1213 |
|
|
/classes/Hook.php:1568
/classes/Hook.php:251 (getAllHookIds)
/classes/Hook.php:961 (getIdByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 23 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `mk66_meta` m
LEFT JOIN `mk66_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.319
ms
|
88 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 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 mk66_shop_group gs
LEFT JOIN mk66_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN mk66_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.301
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:716
/classes/shop/Shop.php:775 (cacheShops)
/classes/Configuration.php:300 (getShops)
/classes/shop/Shop.php:399 (getMultiShopValues)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `mk66_module` m
LEFT JOIN `mk66_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.294
ms
|
99 |
|
|
/classes/module/Module.php:343
/modules/anblog/anblog.php:97 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 60 |
SELECT SQL_NO_CACHE id_payment
FROM `mk66_przelewy24_payment_method_separate`
WHERE (id_account = 1)
ORDER BY position ASC |
0.274
ms
|
1 |
Yes
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:100
/modules/przelewy24payment/src/Provider/Configuration/PaymentConfigurationProvider.php:80 (getPaymentMethodSeparate)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:172 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `mk66_module` m
LEFT JOIN `mk66_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.259
ms
|
99 |
|
|
/classes/module/Module.php:343
/modules/ps_checkout/ps_checkout.php:123 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `mk66_module` m
LEFT JOIN `mk66_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.245
ms
|
99 |
|
|
/classes/module/Module.php:343
/modules/simpleimportproduct/simpleimportproduct.php:94 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 217 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `mk66_category` c
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mk66_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `mk66_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.237
ms
|
81 |
Yes
|
|
/classes/Category.php:744
/classes/helper/HelperTreeCategories.php:155 (getAllCategoriesName)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `mk66_lang` l
JOIN mk66_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.228
ms
|
2 |
|
|
/classes/Language.php:1204
/classes/Language.php:1508 (countActiveLanguages)
/classes/Dispatcher.php:509 (isMultiLanguageActivated)
/classes/Dispatcher.php:242 (setRequestUri)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 24 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
0.206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/controllers/front/listing/CategoryController.php:87 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `mk66_module` m
LEFT JOIN `mk66_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.203
ms
|
99 |
|
|
/classes/module/Module.php:343
/modules/przelewy24payment/przelewy24payment.php:44 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:513 (exec)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_payment_method_name`
WHERE (id_account = 1) |
0.192
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:112
/modules/przelewy24payment/src/Factory/PaymentMethod/PaymentMethodCollectionFactory.php:130 (getPaymentMethodNames)
/modules/przelewy24payment/src/Factory/PaymentMethod/PaymentMethodCollectionFactory.php:98 (_createPaymentObject)
/modules/przelewy24payment/src/Factory/PaymentMethod/PaymentMethodCollectionFactory.php:78 (_createPaymentCollection)
/modules/przelewy24payment/src/Provider/Configuration/PaymentConfigurationProvider.php:61 (factory)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:172 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_credentials_config`
WHERE (id_account = 1) AND (test_mode = 1) LIMIT 1 |
0.190
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:78
/modules/przelewy24payment/src/Provider/Configuration/CredentialsConfigurationProvider.php:46 (getCredentialsConfig)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:173 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.172
ms
|
2 |
|
|
/classes/Category.php:2247
/classes/Category.php:1145 (getCategoriesWithoutParent)
/classes/helper/HelperTreeCategories.php:125 (getRootCategory)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.156
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:1178
/classes/helper/HelperTreeCategories.php:129 (getChildren)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM mk66_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:292 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:285 (__construct)
/index.php:40 (require_once)
|
| 120 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_tabs_groups_access` gc, `mk66_anmegamenu_tabs` mmt
LEFT JOIN `mk66_anmegamenu_tabs_lang` ln ON (mmt.`id_tab` = ln.`id_tab` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1
AND gc.`id_tab` = mmt.`id_tab` AND gc.`id_group` = 1
AND mmt.`id_menu` = "2" ORDER BY mmt.`position` |
0.144
ms
|
14 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuTabs.php:144
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE c.iso_code
FROM `mk66_przelewy24_account` p24_a
INNER JOIN `mk66_currency` `c` ON p24_a.id_currency = c.id_currency AND p24_a.id_account = 1 LIMIT 1 |
0.140
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:198
/modules/przelewy24payment/src/Provider/Configuration/PaymentConfigurationProvider.php:87 (getIsoCurrency)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:172 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE * FROM `mk66_currency` c ORDER BY `iso_code` ASC |
0.137
ms
|
1 |
Yes
|
|
/classes/Currency.php:708
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:89 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE *
FROM `mk66_group` a
LEFT JOIN `mk66_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:404 (__construct)
/classes/Cart.php:275 (getCurrent)
/classes/Cart.php:239 (setTaxCalculationMethod)
/classes/controller/FrontController.php:459 (__construct)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `mk66_lang` l
LEFT JOIN `mk66_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.134
ms
|
2 |
|
|
/classes/Language.php:1070
/config/config.inc.php:151 (loadLanguages)
/index.php:40 (require_once)
|
| 510 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 104 AND c.`nright` >= 105 AND c.`nleft` >= 2 AND c.`nright` <= 161 ORDER BY `nleft` DESC |
0.132
ms
|
81 |
Yes
|
|
/classes/Category.php:1617
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:275 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:95 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `mk66_lang` a
LEFT JOIN `mk66_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
0.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:219 (__construct)
/index.php:40 (require_once)
|
| 68 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
0.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/classes/Link.php:1227 (getCategoryLink)
/classes/controller/FrontController.php:2135 (getLanguageLink)
/classes/controller/FrontController.php:1554 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 549 |
INSERT INTO `mk66_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('6074', '', 'test2.skleprowerowy.pl/en/60-spodnie', '', '2026-05-14 14:13:15') |
0.130
ms
|
1 |
|
|
/classes/ObjectModel.php:535
/classes/ConnectionsSource.php:106 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:400 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a0
LEFT JOIN `mk66_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 104) AND (a0.`nright` > 105) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.128
ms
|
81 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438 (getAll)
/controllers/front/listing/CategoryController.php:308 (rewind)
/classes/controller/FrontController.php:1853 (getBreadcrumbLinks)
/classes/controller/FrontController.php:559 (getBreadcrumb)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `mk66_country` a
LEFT JOIN `mk66_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `mk66_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:154 (__construct)
/index.php:40 (require_once)
|
| 519 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM mk66_link_block lb
INNER JOIN mk66_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.127
ms
|
2 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM mk66_layered_category
WHERE controller = 'category'
AND id_category = 60
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.125
ms
|
1 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_menu_groups_access` gc, `mk66_anmegamenu_menu` mm
LEFT JOIN `mk66_anmegamenu_menu_lang` ln ON (mm.`id_menu` = ln.`id_menu` AND ln.`id_lang` = 1)
WHERE mm.`active` =1
AND gc.`id_menu` = mm.`id_menu` AND gc.`id_group` = 1
AND mm.`hook` = "displayTop"
ORDER BY mm.`position` |
0.118
ms
|
2 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenu.php:124
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE id_account
FROM `mk66_przelewy24_account`
WHERE (id_currency = 1) AND (id_shop = 1) LIMIT 1 |
0.116
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:208
/modules/przelewy24payment/src/Factory/Javascript/ConfigurationFactory.php:70 (getAccountByIDCurrencyAndIdShop)
/modules/przelewy24payment/src/Factory/Javascript/ConfigurationFactory.php:63 (_init)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:60 (factory)
/var/cache/prod/FrontContainer.php:3779 (__construct)
/var/cache/prod/FrontContainer.php:2896 (getControllerSetMediaResolverService)
/var/cache/prod/FrontContainer.php:3247 (getPrzelewy24HookActionFrontControllerSetMediaService)
/modules/przelewy24payment/src/Hook/HookExecutor.php:38 ({closure})
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:513 (exec)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE name, alias FROM `mk66_hook_alias` |
0.116
ms
|
86 |
|
|
/classes/Hook.php:371
/classes/Hook.php:171 (getCanonicalHookNames)
/classes/Hook.php:398 (normalizeHookName)
/classes/Hook.php:420 (getAllKnownNames)
/classes/Hook.php:1119 (isHookCallableOn)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 47 |
SELECT SQL_NO_CACHE id_account
FROM `mk66_przelewy24_account`
WHERE (id_currency = 1) AND (id_shop = 1) LIMIT 1 |
0.114
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:208
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:69 (getAccountByIDCurrencyAndIdShop)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM mk66_shop s
LEFT JOIN mk66_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.112
ms
|
1 |
|
|
/classes/shop/Shop.php:215
/classes/shop/Shop.php:149 (setUrl)
/classes/shop/Shop.php:432 (__construct)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `mk66_currency` a
LEFT JOIN `mk66_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:708 (getCurrencyInstance)
/classes/controller/FrontController.php:351 (setCurrency)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 3
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.112
ms
|
9 |
Yes
|
Yes
|
/classes/Category.php:1178
/classes/helper/HelperTreeCategories.php:75 (getChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.110
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:251
/src/Adapter/Module/ModuleDataProvider.php:223 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:311 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_checkout/src/Repository/PsAccountRepository.php:37 (getPsAccountsService)
/var/cache/prod/Ps_checkout9433FrontContainer.php:1189 (__construct)
/var/cache/prod/Ps_checkout9433FrontContainer.php:1279 (getPsAccountRepositoryService)
/var/cache/prod/Ps_checkout9433FrontContainer.php:1269 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:231 (getFrontControllerValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/inpostshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1340 (getService)
/modules/ps_checkout/ps_checkout.php:770 (getService)
/classes/Hook.php:1237 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 94 |
REPLACE INTO mk66_layered_filter_block (hash, data) VALUES ("4cab9fd38a14dc4e820c7c6e0053d71e", "a:1:{s:7:\"filters\";a:0:{}}") |
0.106
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:209
/modules/ps_facetedsearch/src/Product/SearchProvider.php:220 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE `id_guest`
FROM `mk66_connections`
WHERE `id_guest` = 6119
AND `date_add` > '2026-05-14 13:43:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.105
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:400 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE *
FROM `mk66_currency` a
LEFT JOIN `mk66_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `mk66_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE * FROM `mk66_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.103
ms
|
19 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 4
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.103
ms
|
12 |
Yes
|
Yes
|
/classes/Category.php:1178
/classes/helper/HelperTreeCategories.php:75 (getChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE id_payment
FROM `mk66_przelewy24_payment_method_main`
WHERE (id_account = 1)
ORDER BY position ASC |
0.101
ms
|
1 |
Yes
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:88
/modules/przelewy24payment/src/Provider/Configuration/PaymentConfigurationProvider.php:68 (getPaymentMethodMain)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:172 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM mk66_layered_category
WHERE controller = 'category'
AND id_category = 60
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.098
ms
|
1 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Block.php:124 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:218 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_groups_access` gc, `mk66_anmegamenu_content` mmt
LEFT JOIN `mk66_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1
AND gc.`id_content` = mmt.`id_content` AND gc.`id_group` = 1
AND mmt.`id_column` = "10" ORDER BY mmt.`position` |
0.097
ms
|
9 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:117
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE * FROM `mk66_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.096
ms
|
1 |
|
|
/classes/module/Module.php:2171
/classes/Hook.php:1050 (getExceptionsStatic)
/classes/controller/FrontController.php:513 (exec)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `mk66_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:146 (__construct)
/classes/shop/Shop.php:432 (__construct)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 127 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_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.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Category.php:1149 (__construct)
/classes/helper/HelperTreeCategories.php:125 (getRootCategory)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_groups_access` gc, `mk66_anmegamenu_content` mmt
LEFT JOIN `mk66_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1
AND gc.`id_content` = mmt.`id_content` AND gc.`id_group` = 1
AND mmt.`id_column` = "15" ORDER BY mmt.`position` |
0.092
ms
|
9 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:117
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE `id_category`
FROM `mk66_category_shop`
WHERE `id_category` = 60
AND `id_shop` = 1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Category.php:2454
/controllers/front/listing/CategoryController.php:110 (existsInShop)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `mk66_configuration`
WHERE name = 'PS_ACCOUNTS_SHOP_STATUS'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Configuration.php:135
/classes/Configuration.php:118 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:222 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:413 (get)
/modules/ps_accounts/src/Account/StatusManager.php:331 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/inpostshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `mk66_hook_alias` |
0.090
ms
|
86 |
|
|
/classes/Hook.php:319
/classes/Hook.php:350 (getAllHookAliases)
/classes/Hook.php:825 (getHookAliasesFor)
/classes/Hook.php:952 (getHookModuleExecList)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 58 |
SELECT SQL_NO_CACHE c.iso_code
FROM `mk66_przelewy24_account` p24_a
INNER JOIN `mk66_currency` `c` ON p24_a.id_currency = c.id_currency AND p24_a.id_account = 1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:198
/modules/przelewy24payment/src/Provider/Configuration/PaymentConfigurationProvider.php:75 (getIsoCurrency)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:172 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 21
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.090
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:1178
/classes/helper/HelperTreeCategories.php:75 (getChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 20
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.089
ms
|
12 |
Yes
|
Yes
|
/classes/Category.php:1178
/classes/helper/HelperTreeCategories.php:75 (getChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTabs.php:217 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTabs.php:162 (getTabLink)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 60 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/Category.php:1607
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:275 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:95 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 5
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.084
ms
|
10 |
Yes
|
Yes
|
/classes/Category.php:1178
/classes/helper/HelperTreeCategories.php:75 (getChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE `id_lang` FROM `mk66_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.083
ms
|
2 |
|
|
/classes/Language.php:870
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 6
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.079
ms
|
9 |
Yes
|
Yes
|
/classes/Category.php:1178
/classes/helper/HelperTreeCategories.php:75 (getChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE value FROM `mk66_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/shop/Shop.php:1211
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 75
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.079
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:1178
/classes/helper/HelperTreeCategories.php:75 (getChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE * FROM `mk66_an_trust_badges_icons` sw WHERE sw.`active`=1 |
0.079
ms
|
36 |
|
|
/modules/an_trust_badges/classes/AnTrustBadgesIcons.php:83
/modules/an_trust_badges/an_trust_badges.php:232 (getIcons)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE *
FROM `mk66_lang` a
LEFT JOIN `mk66_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.077
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:659 (__construct)
/classes/Dispatcher.php:246 (switchLanguage)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 92 |
SELECT SQL_NO_CACHE data FROM mk66_layered_filter_block WHERE hash="4cab9fd38a14dc4e820c7c6e0053d71e" LIMIT 1 |
0.077
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:185
/modules/ps_facetedsearch/src/Product/SearchProvider.php:213 (getFromCache)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM mk66_shop s |
0.076
ms
|
1 |
|
|
/classes/shop/Shop.php:922
/src/Adapter/Configuration.php:383 (getGroupIdFromShopId)
/src/Adapter/Configuration.php:119 (getShopGroupId)
/src/Adapter/Assets/AssetUrlGeneratorTrait.php:68 (get)
/classes/assets/StylesheetManager.php:124 (getFQDN)
/classes/assets/StylesheetManager.php:78 (add)
/classes/controller/FrontController.php:1101 (register)
/classes/controller/FrontController.php:965 (registerStylesheet)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `mk66_currency` c
LEFT JOIN mk66_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.076
ms
|
1 |
|
|
/classes/Currency.php:1120
/classes/Currency.php:1139 (countActiveCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:123 (isMultiCurrencyActivated)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_credentials_config`
WHERE (id_account = 1) AND (test_mode = 1) LIMIT 1 |
0.075
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:78
/modules/przelewy24payment/src/Provider/Configuration/CredentialsConfigurationProvider.php:46 (getCredentialsConfig)
/modules/przelewy24payment/src/Api/Przelewy24/Factory/ConnectionFactory.php:65 (getConfiguration)
/modules/przelewy24payment/src/Api/Przelewy24/Factory/ConnectionFactory.php:56 (_getCredentials)
/modules/przelewy24payment/src/Factory/PaymentMethod/PaymentMethodCollectionFactory.php:87 (factory)
/modules/przelewy24payment/src/Factory/PaymentMethod/PaymentMethodCollectionFactory.php:73 (_getPaymentMethodsFromAPI)
/modules/przelewy24payment/src/Provider/Configuration/PaymentConfigurationProvider.php:83 (factory)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:172 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) LIMIT 1 |
0.074
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:176 (initSearch)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 45
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.073
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:1178
/classes/helper/HelperTreeCategories.php:75 (getChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (2) |
0.071
ms
|
1 |
|
|
/classes/Category.php:2154
/classes/helper/HelperTreeCategories.php:146 (getCategoryInformation)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 3
LIMIT 1 |
0.070
ms
|
9 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "an_theme" LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:47 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 8
LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
0.068
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE *
FROM mk66_meta m
LEFT JOIN mk66_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/Meta.php:181
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE *
FROM `mk66_group_lang`
WHERE `id_group` = 1 |
0.067
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:404 (__construct)
/classes/Cart.php:275 (getCurrent)
/classes/Cart.php:239 (setTaxCalculationMethod)
/classes/controller/FrontController.php:459 (__construct)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE c.iso_code
FROM `mk66_przelewy24_account` p24_a
INNER JOIN `mk66_currency` `c` ON p24_a.id_currency = c.id_currency AND p24_a.id_account = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:198
/modules/przelewy24payment/src/Provider/Configuration/PaymentConfigurationProvider.php:64 (getIsoCurrency)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:172 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE `id_category`
FROM `mk66_category_shop`
WHERE `id_category` = 60
AND `id_shop` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/Category.php:2454
/controllers/front/listing/CategoryController.php:182 (existsInShop)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms` a
LEFT JOIN `mk66_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `mk66_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.067
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:574 (__construct)
/modules/anmegamenu/classes/anMmMenuTabs.php:208 (getCMSLink)
/modules/anmegamenu/classes/anMmMenuTabs.php:162 (getTabLink)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE *
FROM `mk66_link_block` a
LEFT JOIN `mk66_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
0.065
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_extra_charge_config`
WHERE (id_account = 1) LIMIT 1 |
0.065
ms
|
0 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:67
/modules/przelewy24payment/src/Provider/Configuration/AbstractConfigurationProvider.php:38 (getTypeConfig)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:168 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE *
FROM `mk66_currency_lang`
WHERE `id_currency` = 1 |
0.064
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:708 (getCurrencyInstance)
/classes/controller/FrontController.php:351 (setCurrency)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE `id_lang` FROM `mk66_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.063
ms
|
2 |
|
|
/classes/Language.php:844
/classes/Tools.php:635 (getIdByIso)
/classes/Dispatcher.php:246 (switchLanguage)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 50 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_order_config`
WHERE (id_account = 1) LIMIT 1 |
0.061
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:67
/modules/przelewy24payment/src/Provider/Configuration/AbstractConfigurationProvider.php:38 (getTypeConfig)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:169 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_facebook" LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/inpostshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 52
LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE * FROM `mk66_an_trust_badges_widgets` sw
LEFT JOIN `mk66_an_trust_badges_widgets_lang` sl
ON (sw.`id_widget` = sl.`id_widget`
AND sl.`id_lang` = 1)
WHERE sw.`active`=1
AND sw.`hook`="displayCopyrightContainer2" |
0.061
ms
|
2 |
|
|
/modules/an_trust_badges/classes/AnTrustBadgesWidgets.php:86
/modules/an_trust_badges/an_trust_badges.php:247 (getWidgets)
/modules/an_trust_badges/an_trust_badges.php:230 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) AND (b.`id_shop` = 1) LIMIT 1 |
0.059
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_groups_access` gc, `mk66_anmegamenu_content` mmt
LEFT JOIN `mk66_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1
AND gc.`id_content` = mmt.`id_content` AND gc.`id_group` = 1
AND mmt.`id_column` = "5" ORDER BY mmt.`position` |
0.058
ms
|
9 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:117
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE data
FROM `mk66_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:51 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:400 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:129 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_time_config`
WHERE (id_account = 1) LIMIT 1 |
0.058
ms
|
0 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:67
/modules/przelewy24payment/src/Provider/Configuration/AbstractConfigurationProvider.php:38 (getTypeConfig)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:167 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `mk66_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.055
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:562 (__construct)
/config/config.inc.php:179 (getGroup)
/index.php:40 (require_once)
|
| 499 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1 |
0.055
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.055
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 64
LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE value FROM `mk66_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.053
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:263
/modules/ps_accounts/src/Adapter/Configuration.php:219 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:413 (get)
/modules/ps_accounts/src/Account/StatusManager.php:331 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/inpostshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_groups_access` gc, `mk66_anmegamenu_content` mmt
LEFT JOIN `mk66_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1
AND gc.`id_content` = mmt.`id_content` AND gc.`id_group` = 1
AND mmt.`id_column` = "16" ORDER BY mmt.`position` |
0.053
ms
|
9 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:117
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_credentials_config`
WHERE (id_account = 1) AND (test_mode = 1) LIMIT 1 |
0.053
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:78
/modules/przelewy24payment/src/Provider/Configuration/CredentialsConfigurationProvider.php:46 (getCredentialsConfig)
/modules/przelewy24payment/src/Api/Przelewy24/Factory/ConnectionFactory.php:65 (getConfiguration)
/modules/przelewy24payment/src/Api/Przelewy24/Factory/ConnectionFactory.php:56 (_getCredentials)
/modules/przelewy24payment/src/Factory/PaymentMethod/PaymentMethodCollectionFactory.php:87 (factory)
/modules/przelewy24payment/src/Factory/PaymentMethod/PaymentMethodCollectionFactory.php:73 (_getPaymentMethodsFromAPI)
/modules/przelewy24payment/src/Provider/Configuration/PaymentConfigurationProvider.php:71 (factory)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:172 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_apple_config`
WHERE (id_account = 1) LIMIT 1 |
0.053
ms
|
0 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:67
/modules/przelewy24payment/src/Provider/Configuration/AppleConfigurationProvider.php:49 (getTypeConfig)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:174 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 20
LIMIT 1 |
0.053
ms
|
12 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `mk66_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/Cart.php:1321
/src/Adapter/Presenter/Cart/CartLazyArray.php:247 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getProductsCount)
/var/cache/prod/smarty/compile/goodbike/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:26 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a03354a27b4a9_93316036)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2420 (fetch)
/modules/ps_shoppingcart/ps_shoppingcart.php:136 (fetch)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 53
LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_state_config`
WHERE (id_account = 1) LIMIT 1 |
0.051
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:67
/modules/przelewy24payment/src/Provider/Configuration/AbstractConfigurationProvider.php:38 (getTypeConfig)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:171 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 31
LIMIT 1 |
0.051
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_groups_access` gc, `mk66_anmegamenu_content` mmt
LEFT JOIN `mk66_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1
AND gc.`id_content` = mmt.`id_content` AND gc.`id_group` = 1
AND mmt.`id_column` = "17" ORDER BY mmt.`position` |
0.051
ms
|
9 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:117
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.051
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (2) |
0.050
ms
|
1 |
|
|
/classes/Category.php:2154
/classes/helper/HelperTreeCategories.php:146 (getCategoryInformation)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_groups_access` gc, `mk66_anmegamenu_content` mmt
LEFT JOIN `mk66_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1
AND gc.`id_content` = mmt.`id_content` AND gc.`id_group` = 1
AND mmt.`id_column` = "18" ORDER BY mmt.`position` |
0.050
ms
|
9 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:117
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_credentials_config`
WHERE (id_account = 1) AND (test_mode = 1) LIMIT 1 |
0.049
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:78
/modules/przelewy24payment/src/Provider/Configuration/CredentialsConfigurationProvider.php:46 (getCredentialsConfig)
/modules/przelewy24payment/src/Factory/Javascript/ConfigurationFactory.php:74 (getConfiguration)
/modules/przelewy24payment/src/Factory/Javascript/ConfigurationFactory.php:63 (_init)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:60 (factory)
/var/cache/prod/FrontContainer.php:3779 (__construct)
/var/cache/prod/FrontContainer.php:2896 (getControllerSetMediaResolverService)
/var/cache/prod/FrontContainer.php:3247 (getPrzelewy24HookActionFrontControllerSetMediaService)
/modules/przelewy24payment/src/Hook/HookExecutor.php:38 ({closure})
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:513 (exec)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1 |
0.049
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:176 (initSearch)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 76
LIMIT 1 |
0.049
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1 |
0.049
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE `id_lang` FROM `mk66_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.049
ms
|
2 |
|
|
/classes/Language.php:870
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:114 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_installments_config`
WHERE (id_account = 1) LIMIT 1 |
0.049
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:67
/modules/przelewy24payment/src/Provider/Configuration/AbstractConfigurationProvider.php:38 (getTypeConfig)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:170 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
0.049
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `mk66_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/config/config.inc.php:224 (isAssociatedToShop)
/index.php:40 (require_once)
|
| 125 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_data` WHERE `id_content`=43 |
0.048
ms
|
9 |
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:315
/modules/anmegamenu/classes/anMmMenuContent.php:147 (getDataCategories)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 25
LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (2) |
0.048
ms
|
1 |
|
|
/classes/Category.php:2154
/classes/helper/HelperTreeCategories.php:146 (getCategoryInformation)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1 |
0.047
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_account` a
WHERE (a.`id_account` = 1) LIMIT 1 |
0.047
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:210 (__construct)
/modules/przelewy24payment/src/Factory/Javascript/ConfigurationFactory.php:70 (getAccountByIDCurrencyAndIdShop)
/modules/przelewy24payment/src/Factory/Javascript/ConfigurationFactory.php:63 (_init)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:60 (factory)
/var/cache/prod/FrontContainer.php:3779 (__construct)
/var/cache/prod/FrontContainer.php:2896 (getControllerSetMediaResolverService)
/var/cache/prod/FrontContainer.php:3247 (getPrzelewy24HookActionFrontControllerSetMediaService)
/modules/przelewy24payment/src/Hook/HookExecutor.php:38 ({closure})
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:513 (exec)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 60 AND ctg.`id_group` = 1 LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/Category.php:1774
/controllers/front/listing/CategoryController.php:151 (checkAccess)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE *
FROM `mk66_country` a
LEFT JOIN `mk66_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.047
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_rows` mmg WHERE mmg.`id_tab` = "6" ORDER BY mmg.`position` |
0.047
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuRows.php:79
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 46
LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
0.047
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
0.047
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_groups_access` gc, `mk66_anmegamenu_content` mmt
LEFT JOIN `mk66_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1
AND gc.`id_content` = mmt.`id_content` AND gc.`id_group` = 1
AND mmt.`id_column` = "19" ORDER BY mmt.`position` |
0.047
ms
|
9 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:117
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE *
FROM `mk66_link_block_lang`
WHERE `id_link_block` = 2 |
0.047
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE * FROM `mk66_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.046
ms
|
19 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) AND (b.`id_shop` = 1) LIMIT 1 |
0.046
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_google_config`
WHERE (id_account = 1) LIMIT 1 |
0.046
ms
|
0 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:67
/modules/przelewy24payment/src/Provider/Configuration/AbstractConfigurationProvider.php:38 (getTypeConfig)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:175 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE *
FROM `mk66_country_lang`
WHERE `id_country` = 14 |
0.045
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE c.id_currency
FROM `mk66_currency` c
WHERE (iso_code = 'PLN') LIMIT 1 |
0.044
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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (2) |
0.044
ms
|
1 |
|
|
/classes/Category.php:2154
/classes/helper/HelperTreeCategories.php:146 (getCategoryInformation)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:275 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:95 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_payment_config`
WHERE (id_account = 1) LIMIT 1 |
0.044
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:67
/modules/przelewy24payment/src/Provider/Configuration/AbstractConfigurationProvider.php:38 (getTypeConfig)
/modules/przelewy24payment/src/Provider/Configuration/PaymentConfigurationProvider.php:59 (getConfiguration)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:172 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/module/Module.php:2270
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:47 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 7
LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1 |
0.043
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTabs.php:217 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTabs.php:162 (getTabLink)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) AND (b.`id_shop` = 1) LIMIT 1 |
0.043
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) AND (b.`id_shop` = 1) LIMIT 1 |
0.042
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) AND (b.`id_shop` = 1) LIMIT 1 |
0.042
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
0.042
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1 |
0.042
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1 |
0.042
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1 |
0.042
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1 |
0.042
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) AND (b.`id_shop` = 1) LIMIT 1 |
0.042
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.041
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (2) |
0.041
ms
|
1 |
|
|
/classes/Category.php:2154
/classes/helper/HelperTreeCategories.php:146 (getCategoryInformation)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
0.041
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1 |
0.041
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.041
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
0.041
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) AND (b.`id_shop` = 1) LIMIT 1 |
0.041
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) AND (b.`id_shop` = 1) LIMIT 1 |
0.041
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.041
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTabs.php:217 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTabs.php:162 (getTabLink)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
0.041
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_data` WHERE `id_content`=41 |
0.041
ms
|
6 |
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:315
/modules/anmegamenu/classes/anMmMenuContent.php:147 (getDataCategories)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE id_shop
FROM `mk66_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.040
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Tools.php:717 (isAssociatedToShop)
/classes/controller/FrontController.php:351 (setCurrency)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_credentials_config`
WHERE (id_account = 1) AND (test_mode = 1) LIMIT 1 |
0.040
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:78
/modules/przelewy24payment/src/Provider/Configuration/CredentialsConfigurationProvider.php:46 (getCredentialsConfig)
/modules/przelewy24payment/src/Api/Przelewy24/Factory/ConnectionFactory.php:65 (getConfiguration)
/modules/przelewy24payment/src/Api/Przelewy24/Factory/ConnectionFactory.php:56 (_getCredentials)
/modules/przelewy24payment/src/Factory/PaymentMethod/PaymentMethodCollectionFactory.php:87 (factory)
/modules/przelewy24payment/src/Factory/PaymentMethod/PaymentMethodCollectionFactory.php:73 (_getPaymentMethodsFromAPI)
/modules/przelewy24payment/src/Provider/Configuration/PaymentConfigurationProvider.php:61 (factory)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:172 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 34 AND `id_shop` = 1 LIMIT 1 |
0.040
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/inpostshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 10
LIMIT 1 |
0.040
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
0.040
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
0.040
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1 |
0.040
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (2) |
0.040
ms
|
1 |
|
|
/classes/Category.php:2154
/classes/helper/HelperTreeCategories.php:146 (getCategoryInformation)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) AND (b.`id_shop` = 1) LIMIT 1 |
0.040
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.040
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:251
/src/Adapter/Module/ModuleDataProvider.php:223 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:311 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:66 (getPsAccountsService)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/inpostshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_rows` mmg WHERE mmg.`id_tab` = "12" ORDER BY mmg.`position` |
0.040
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuRows.php:79
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) AND (b.`id_shop` = 1) LIMIT 1 |
0.040
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM mk66_required_field |
0.039
ms
|
1 |
|
|
/classes/ObjectModel.php:1437
/classes/ObjectModel.php:1472 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1403 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:558 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) AND (b.`id_shop` = 1) LIMIT 1 |
0.039
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
0.039
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.039
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTabs.php:217 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTabs.php:162 (getTabLink)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1 |
0.039
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTabs.php:217 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTabs.php:162 (getTabLink)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1 |
0.039
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
0.039
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE psgdpr.active FROM `mk66_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 19 LIMIT 1 |
0.039
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:130
/modules/psgdpr/psgdpr.php:683 (getConsentActive)
/classes/Hook.php:1237 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbike/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a03354a34c9e2_24671162)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2420 (fetch)
/modules/ps_emailsubscription/ps_emailsubscription.php:902 (fetch)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_cards_config`
WHERE (id_account = 1) LIMIT 1 |
0.039
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:67
/modules/przelewy24payment/src/Provider/Configuration/AbstractConfigurationProvider.php:38 (getTypeConfig)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:176 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.039
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTabs.php:217 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTabs.php:162 (getTabLink)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
0.039
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1 |
0.039
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
0.039
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (2) |
0.038
ms
|
1 |
|
|
/classes/Category.php:2154
/classes/helper/HelperTreeCategories.php:146 (getCategoryInformation)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
0.038
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1 |
0.038
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1 |
0.038
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 9
LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 4
LIMIT 1 |
0.037
ms
|
12 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 35
LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) LIMIT 1 |
0.037
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1 |
0.037
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE * FROM `mk66_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.036
ms
|
19 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_columns` mmg WHERE mmg.`id_row` = "7" ORDER BY mmg.`position` |
0.036
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuColumns.php:84
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 21
LIMIT 1 |
0.036
ms
|
8 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.036
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
0.036
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTabs.php:217 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTabs.php:162 (getTabLink)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_rows` mmg WHERE mmg.`id_tab` = "10" ORDER BY mmg.`position` |
0.036
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuRows.php:79
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE id_shop
FROM `mk66_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Group.php:407 (isAssociatedToShop)
/classes/Cart.php:275 (getCurrent)
/classes/Cart.php:239 (setTaxCalculationMethod)
/classes/controller/FrontController.php:459 (__construct)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 65
LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 32
LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.035
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 81
LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE `id_wishlist`
FROM `mk66_an_wishlist`
WHERE `id_customer` = 6119
AND `is_guest` = 1
AND `id_shop` = 1 LIMIT 1 |
0.034
ms
|
1 |
|
|
/modules/an_wishlist/classes/an_wish.php:72
/modules/an_wishlist/an_wishlist.php:293 (findWishlistByCustomer)
/modules/an_wishlist/an_wishlist.php:234 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 6
LIMIT 1 |
0.034
ms
|
9 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) LIMIT 1 |
0.034
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
0.034
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE *
FROM `mk66_link_block` a
LEFT JOIN `mk66_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1 |
0.034
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE *
FROM `mk66_configuration` a
WHERE (a.`id_configuration` = 876) LIMIT 1 |
0.034
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:413 (get)
/modules/ps_accounts/src/Account/StatusManager.php:331 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/inpostshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 39
LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "an_wishlist" LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) LIMIT 1 |
0.033
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
0.033
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1 |
0.033
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE id_shop
FROM `mk66_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Tools.php:660 (isAssociatedToShop)
/classes/Dispatcher.php:246 (switchLanguage)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 72 |
SELECT SQL_NO_CACHE * FROM `mk66_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.033
ms
|
19 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE format
FROM `mk66_address_format`
WHERE `id_country` = 14 LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/AddressFormat.php:649
/classes/AddressFormat.php:628 (getFormatDB)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE *
FROM `mk66_configuration_lang`
WHERE `id_configuration` = 876 |
0.033
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:413 (get)
/modules/ps_accounts/src/Account/StatusManager.php:331 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/inpostshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 54
LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 5
LIMIT 1 |
0.033
ms
|
10 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
0.033
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mk66_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Category.php:1612
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:275 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:95 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms` a
LEFT JOIN `mk66_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
0.033
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 44
LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 66
LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 26
LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 45
LIMIT 1 |
0.032
ms
|
6 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 47
LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 75
LIMIT 1 |
0.032
ms
|
6 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 77
LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
0.032
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) AND (b.`id_shop` = 1) LIMIT 1 |
0.032
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:47 (getCategoryLink)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE *
FROM `mk66_przelewy24_blik_config`
WHERE (id_account = 1) LIMIT 1 |
0.031
ms
|
1 |
|
|
/modules/przelewy24payment/src/Model/Przlewy24AccountModel.php:67
/modules/przelewy24payment/src/Provider/Configuration/AbstractConfigurationProvider.php:38 (getTypeConfig)
/modules/przelewy24payment/src/Model/Dto/Przelewy24Config.php:177 (getConfiguration)
/modules/przelewy24payment/src/Resolver/Media/ControllerSetMediaResolver.php:70 (setAccount)
/modules/przelewy24payment/src/Hook/ActionFrontControllerSetMedia.php:50 (resolve)
/modules/przelewy24payment/src/Hook/HookExecutor.php:41 (execute)
/modules/przelewy24payment/przelewy24payment.php:113 (execute)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 11
LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 43
LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 70
LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 29
LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) LIMIT 1 |
0.031
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) LIMIT 1 |
0.031
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 12
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 13
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 55
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 33
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 34
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 36
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 62
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 27
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 72
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 48
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 78
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) LIMIT 1 |
0.030
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_data` WHERE `id_content`=46 |
0.030
ms
|
6 |
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:315
/modules/anmegamenu/classes/anMmMenuContent.php:147 (getDataCategories)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "an_copyright" LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:56 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 40
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 79
LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 56
LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 57
LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 14
LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 19
LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 69
LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 37
LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 49
LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) LIMIT 1 |
0.029
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) LIMIT 1 |
0.029
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
0.029
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 16
LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 17
LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 67
LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) LIMIT 1 |
0.029
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_columns` mmg WHERE mmg.`id_row` = "8" ORDER BY mmg.`position` |
0.029
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuColumns.php:84
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_rows` mmg WHERE mmg.`id_tab` = "7" ORDER BY mmg.`position` |
0.029
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuRows.php:79
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE *
FROM `mk66_hook` a
WHERE (a.`id_hook` = 50) LIMIT 1 |
0.029
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 71
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 42
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 22
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 23
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 59
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 28
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 30
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_data` WHERE `id_content`=45 |
0.028
ms
|
8 |
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:315
/modules/anmegamenu/classes/anMmMenuContent.php:147 (getDataCategories)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:275 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:95 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1 |
0.028
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.028
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 15
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 18
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 68
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 38
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 41
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 24
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 58
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 60
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 61
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 73
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 74
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 50
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 51
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 80
LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 3 AND `id_shop` = 1 |
0.028
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) LIMIT 1 |
0.028
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) LIMIT 1 |
0.027
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_rows` mmg WHERE mmg.`id_tab` = "13" ORDER BY mmg.`position` |
0.027
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuRows.php:79
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_data` WHERE `id_content`=47 |
0.027
ms
|
8 |
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:315
/modules/anmegamenu/classes/anMmMenuContent.php:147 (getDataCategories)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `mk66_country`
WHERE `id_country` = 14 LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/Country.php:406
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `mk66_category` c
LEFT JOIN `mk66_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mk66_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 63
LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/Category.php:1208
/classes/helper/HelperTreeCategories.php:74 (hasChildren)
/classes/helper/HelperTreeCategories.php:95 (fillTree)
/classes/helper/HelperTreeCategories.php:148 (fillTree)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:35 (getData)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) LIMIT 1 |
0.027
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_rows` mmg WHERE mmg.`id_tab` = "14" ORDER BY mmg.`position` |
0.027
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuRows.php:79
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_data` WHERE `id_content`=48 |
0.027
ms
|
6 |
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:315
/modules/anmegamenu/classes/anMmMenuContent.php:147 (getDataCategories)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1 |
0.027
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 10 AND `id_shop` = 1 |
0.026
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `mk66_country`
WHERE `id_country` = 14 LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/Country.php:406
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "anmegamenu" LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 7 AND `id_shop` = 1 |
0.026
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) LIMIT 1 |
0.026
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) LIMIT 1 |
0.026
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_content_data` WHERE `id_content`=49 |
0.026
ms
|
5 |
|
|
/modules/anmegamenu/classes/anMmMenuContent.php:315
/modules/anmegamenu/classes/anMmMenuContent.php:147 (getDataCategories)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms` a
LEFT JOIN `mk66_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1 |
0.026
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1 |
0.025
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1 |
0.025
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_rows` mmg WHERE mmg.`id_tab` = "8" ORDER BY mmg.`position` |
0.025
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuRows.php:79
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_rows` mmg WHERE mmg.`id_tab` = "9" ORDER BY mmg.`position` |
0.025
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuRows.php:79
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 8 AND `id_shop` = 1 |
0.024
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 68 AND `id_shop` = 1 |
0.024
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE *
FROM `mk66_link_block_lang`
WHERE `id_link_block` = 1 |
0.024
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "an_trust_badges" LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:163 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) LIMIT 1 |
0.024
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "an_logo" LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:158 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) LIMIT 1 |
0.023
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 58 AND `id_shop` = 1 |
0.023
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) LIMIT 1 |
0.023
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms` a
LEFT JOIN `mk66_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) LIMIT 1 |
0.023
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms` a
LEFT JOIN `mk66_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1 |
0.023
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE * FROM `mk66_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.023
ms
|
19 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) LIMIT 1 |
0.023
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) LIMIT 1 |
0.023
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) LIMIT 1 |
0.023
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_columns` mmg WHERE mmg.`id_row` = "5" ORDER BY mmg.`position` |
0.023
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuColumns.php:84
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_columns` mmg WHERE mmg.`id_row` = "11" ORDER BY mmg.`position` |
0.023
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuColumns.php:84
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_rows` mmg WHERE mmg.`id_tab` = "11" ORDER BY mmg.`position` |
0.023
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuRows.php:79
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:56 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 43 AND `id_shop` = 1 |
0.022
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 9 AND `id_shop` = 1 |
0.022
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 11 AND `id_shop` = 1 |
0.022
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 12 AND `id_shop` = 1 |
0.022
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 4 AND `id_shop` = 1 |
0.022
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms` a
LEFT JOIN `mk66_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 8) LIMIT 1 |
0.022
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms_lang`
WHERE `id_cms` = 8 AND `id_shop` = 1 |
0.021
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms` a
LEFT JOIN `mk66_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1 |
0.021
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE *
FROM `mk66_category` a
LEFT JOIN `mk66_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms` a
LEFT JOIN `mk66_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE *
FROM `mk66_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
0.021
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1 |
0.020
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 14 AND `id_shop` = 1 |
0.020
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1 |
0.020
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 6 AND `id_shop` = 1 |
0.020
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1 |
0.020
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 51 AND `id_shop` = 1 |
0.020
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 81 AND `id_shop` = 1 |
0.020
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_columns` mmg WHERE mmg.`id_row` = "4" ORDER BY mmg.`position` |
0.020
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuColumns.php:84
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_columns` mmg WHERE mmg.`id_row` = "10" ORDER BY mmg.`position` |
0.020
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuColumns.php:84
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1 |
0.020
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 19 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 21 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 67 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 71 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 30 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 74 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 75 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 76 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 77 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 79 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE * FROM `mk66_anmegamenu_columns` mmg WHERE mmg.`id_row` = "6" ORDER BY mmg.`position` |
0.019
ms
|
8 |
Yes
|
|
/modules/anmegamenu/classes/anMmMenuColumns.php:84
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 64 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 69 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 5 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 22 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 78 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 80 AND `id_shop` = 1 |
0.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 3 AND ctg.`id_group` = 1 LIMIT 1 |
0.018
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 20 AND `id_shop` = 1 |
0.018
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1 |
0.018
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1 |
0.018
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1 |
0.018
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 63 AND `id_shop` = 1 |
0.018
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1 |
0.018
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE *
FROM `mk66_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1 |
0.018
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 81 AND ctg.`id_group` = 1 LIMIT 1 |
0.017
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
0.017
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:158 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.017
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:163 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.017
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 7 AND ctg.`id_group` = 1 LIMIT 1 |
0.017
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 8 AND ctg.`id_group` = 1 LIMIT 1 |
0.016
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 10 AND ctg.`id_group` = 1 LIMIT 1 |
0.016
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 58 AND ctg.`id_group` = 1 LIMIT 1 |
0.016
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 49 AND ctg.`id_group` = 1 LIMIT 1 |
0.016
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE `id_module` FROM `mk66_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1 |
0.016
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/19/d0/1b/19d01ba533f3ec272bbb0cdd252d4478814a9ba3_2.file.footer.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900c0d707_21159478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 9 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 12 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 13 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 43 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 44 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 4 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 52 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 14 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 15 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 68 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 23 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 61 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 76 AND ctg.`id_group` = 1 LIMIT 1 |
0.015
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 11 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 54 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 56 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 57 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 16 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 17 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 18 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 19 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 64 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 65 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 66 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 5 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 20 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 22 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 62 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 63 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 6 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 25 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 26 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 29 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 74 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 45 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 46 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 48 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 51 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 75 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 77 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 78 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 79 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 53 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 55 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 21 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 67 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 69 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 70 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 71 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 24 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 59 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 73 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 28 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 30 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 47 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 50 AND ctg.`id_group` = 1 LIMIT 1 |
0.014
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 27 AND ctg.`id_group` = 1 LIMIT 1 |
0.013
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 72 AND ctg.`id_group` = 1 LIMIT 1 |
0.013
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mk66_category_group ctg
WHERE ctg.`id_category` = 80 AND ctg.`id_group` = 1 LIMIT 1 |
0.013
ms
|
1 |
|
|
/classes/Category.php:1774
/modules/anmegamenu/classes/anMmMenuTreeCats.php:43 (checkAccess)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuTreeCats.php:66 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:148 (renderCategoriesTreeHtml)
/modules/anmegamenu/classes/anMmMenuContent.php:120 (getDataContent)
/modules/anmegamenu/classes/anMmMenuColumns.php:95 (getContents)
/modules/anmegamenu/classes/anMmMenuRows.php:89 (getColumns)
/modules/anmegamenu/classes/anMmMenuTabs.php:170 (getRows)
/modules/anmegamenu/classes/anMmMenu.php:128 (getTabs)
/modules/anmegamenu/anmegamenu.php:227 (getMenus)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:178 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/8b/29/dc/8b29dcd71f6e40029ecffe3b06d4ee4aafbdce4e_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900653b29_84600105)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:202 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/24/a7/70/24a7702462434b740214d60a0a816f7276d61e61_2.file.layout-both-columns.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900621a20_69600458)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/70/f2/17/70f2172e27a4ae616f744c7da99733e5e81f4c47_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900615ba3_63721143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/6a/ac/23/6aac23d6a9e976b13c5dcc817d4af5c8458fe909_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a046900611c13_98935674)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/goodbikelayouts_layout_left_column_tpl/c7/35/75/c73575b1558e6be6c4d8cd95ff64f662fa3821cf_2.file.category.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a0469006094b1_11711453)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|