| 86 |
SELECT SQL_NO_CACHE p.`id_manufacturer`, COUNT(DISTINCT p.`id_product`) as nb_products
FROM `tmohz_product` p USE INDEX (product_manufacturer)
INNER JOIN tmohz_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tmohz_manufacturer` as m ON (m.`id_manufacturer`= p.`id_manufacturer`)
WHERE p.`id_manufacturer` != 0 AND product_shop.`visibility` NOT IN ("none")
AND product_shop.`active` = 1
AND EXISTS (
SELECT 1
FROM `tmohz_category_group` cg
LEFT JOIN `tmohz_category_product` cp ON (cp.`id_category` = cg.`id_category`)
WHERE p.`id_product` = cp.`id_product` AND cg.`id_group` =1
)
GROUP BY p.`id_manufacturer` |
387.288
ms
|
7378051296 |
|
|
/classes/Manufacturer.php:217
/controllers/front/listing/ManufacturerController.php:223 (getManufacturers)
/controllers/front/listing/ManufacturerController.php:195 (getTemplateVarManufacturers)
/controllers/front/listing/ManufacturerController.php:114 (assignAll)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 79 |
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 `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
11.392
ms
|
7221 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1341 (get)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1433 (get_active_settings)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1525 (get_settings_for_display)
/modules/stsitebuilder/libs/elementor/core/settings/manager.php:235 (get_frontend_settings)
/modules/stsitebuilder/libs/elementor/includes/frontend.php:1565 (get_settings_frontend_config)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:149 (get_init_settings)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:47 (ensure_settings)
/modules/stsitebuilder/stsitebuilder.php:571 (get_settings)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 76 |
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 `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
10.222
ms
|
7221 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1341 (get)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1433 (get_active_settings)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1525 (get_settings_for_display)
/modules/stsitebuilder/libs/elementor/core/settings/manager.php:235 (get_frontend_settings)
/modules/stsitebuilder/libs/elementor/includes/frontend.php:1565 (get_settings_frontend_config)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:149 (get_init_settings)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:47 (ensure_settings)
/modules/stsitebuilder/stsitebuilder.php:571 (get_settings)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 73 |
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 `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
9.977
ms
|
7221 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1341 (get)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1433 (get_active_settings)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1525 (get_settings_for_display)
/modules/stsitebuilder/libs/elementor/core/settings/manager.php:235 (get_frontend_settings)
/modules/stsitebuilder/libs/elementor/includes/frontend.php:1565 (get_settings_frontend_config)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:149 (get_init_settings)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:47 (ensure_settings)
/modules/stsitebuilder/stsitebuilder.php:571 (get_settings)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 71 |
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 `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
9.634
ms
|
7221 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1341 (get)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1433 (get_active_settings)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1525 (get_settings_for_display)
/modules/stsitebuilder/libs/elementor/core/settings/manager.php:235 (get_frontend_settings)
/modules/stsitebuilder/libs/elementor/includes/frontend.php:1565 (get_settings_frontend_config)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:149 (get_init_settings)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:47 (ensure_settings)
/modules/stsitebuilder/stsitebuilder.php:571 (get_settings)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 75 |
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 `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
9.517
ms
|
7221 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1341 (get)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1433 (get_active_settings)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1525 (get_settings_for_display)
/modules/stsitebuilder/libs/elementor/core/settings/manager.php:235 (get_frontend_settings)
/modules/stsitebuilder/libs/elementor/includes/frontend.php:1565 (get_settings_frontend_config)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:149 (get_init_settings)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:47 (ensure_settings)
/modules/stsitebuilder/stsitebuilder.php:571 (get_settings)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 78 |
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 `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
9.370
ms
|
7221 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1341 (get)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1433 (get_active_settings)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1525 (get_settings_for_display)
/modules/stsitebuilder/libs/elementor/core/settings/manager.php:235 (get_frontend_settings)
/modules/stsitebuilder/libs/elementor/includes/frontend.php:1565 (get_settings_frontend_config)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:149 (get_init_settings)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:47 (ensure_settings)
/modules/stsitebuilder/stsitebuilder.php:571 (get_settings)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 77 |
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 `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
9.353
ms
|
7221 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1341 (get)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1433 (get_active_settings)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1525 (get_settings_for_display)
/modules/stsitebuilder/libs/elementor/core/settings/manager.php:235 (get_frontend_settings)
/modules/stsitebuilder/libs/elementor/includes/frontend.php:1565 (get_settings_frontend_config)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:149 (get_init_settings)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:47 (ensure_settings)
/modules/stsitebuilder/stsitebuilder.php:571 (get_settings)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
9.330
ms
|
7221 |
|
|
/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)
|
| 74 |
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 `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
9.190
ms
|
7221 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1341 (get)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1433 (get_active_settings)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1525 (get_settings_for_display)
/modules/stsitebuilder/libs/elementor/core/settings/manager.php:235 (get_frontend_settings)
/modules/stsitebuilder/libs/elementor/includes/frontend.php:1565 (get_settings_frontend_config)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:149 (get_init_settings)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:47 (ensure_settings)
/modules/stsitebuilder/stsitebuilder.php:571 (get_settings)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 72 |
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 `tmohz_configuration` c
LEFT JOIN `tmohz_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
8.847
ms
|
7221 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1341 (get)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1433 (get_active_settings)
/modules/stsitebuilder/libs/elementor/includes/base/controls-stack.php:1525 (get_settings_for_display)
/modules/stsitebuilder/libs/elementor/core/settings/manager.php:235 (get_frontend_settings)
/modules/stsitebuilder/libs/elementor/includes/frontend.php:1565 (get_settings_frontend_config)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:149 (get_init_settings)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:47 (ensure_settings)
/modules/stsitebuilder/stsitebuilder.php:571 (get_settings)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/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 `tmohz_module` m
INNER JOIN tmohz_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `tmohz_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `tmohz_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `tmohz_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` |
3.456
ms
|
158 |
Yes
|
Yes
|
/classes/Hook.php:1509
/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)
|
| 85 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `tmohz_manufacturer` m INNER JOIN tmohz_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `tmohz_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 6)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
3.095
ms
|
229 |
Yes
|
|
/classes/Manufacturer.php:195
/controllers/front/listing/ManufacturerController.php:223 (getManufacturers)
/controllers/front/listing/ManufacturerController.php:195 (getTemplateVarManufacturers)
/controllers/front/listing/ManufacturerController.php:114 (assignAll)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE * FROM tmohz_llantassearch_category c WHERE id_parent=0 ORDER BY name |
1.917
ms
|
3268 |
Yes
|
|
/modules/llantassearch/llantassearch.php:614
/modules/llantassearch/llantassearch.php:384 (getCategories)
/classes/Hook.php:1246 (hookDisplayCategoryCustomFilters)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosport/41/90/44/41904451a1e33e6c6edc43938e608a2b324c8bb9_2.module.stsitebuilderviewstemplatesfronttemplate16841120.tpl.php:37 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a88548a3_39306788)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:974 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1829 (getBarItems)
/classes/Hook.php:1246 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `tmohz_hook` h
WHERE (h.active = 1) |
1.349
ms
|
1237 |
|
|
/classes/Hook.php:1617
/classes/Hook.php:910 (getHookStatusByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 150 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 and c.id_category IN (170,171,172,173,174,175,176) AND `id_lang` = 6
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
1.207
ms
|
7 |
Yes
|
|
/classes/Category.php:657
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1057 (getCategories)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2258 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 and c.id_category IN (143,144,145,146,147,148,149,150,151) AND `id_lang` = 6
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
1.135
ms
|
9 |
Yes
|
|
/classes/Category.php:657
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1057 (getCategories)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2022 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `tmohz_meta` m
LEFT JOIN `tmohz_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.043
ms
|
159 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 263 |
SELECT SQL_NO_CACHE * FROM tmohz_filter_category fc, tmohz_filter_category_lang fcl WHERE fc.id_category=fcl.id_category and fcl.id_lang=6 and id_parent=0 ORDER by fcl.name |
1.004
ms
|
51 |
Yes
|
|
/modules/searchcustom/searchcustom.php:762
/modules/searchcustom/searchcustom.php:191 (getCategories)
/classes/Hook.php:1246 (hookDisplayCategoryCustomFilters)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosport/41/90/44/41904451a1e33e6c6edc43938e608a2b324c8bb9_2.module.stsitebuilderviewstemplatesfronttemplate16841120.tpl.php:37 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a88548a3_39306788)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:974 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1829 (getBarItems)
/classes/Hook.php:1246 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 and c.id_category IN (153,154,155) AND `id_lang` = 6
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.978
ms
|
3 |
Yes
|
|
/classes/Category.php:657
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1057 (getCategories)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1953 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 and c.id_category IN (157,158,159) AND `id_lang` = 6
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.970
ms
|
3 |
Yes
|
|
/classes/Category.php:657
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1057 (getCategories)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2091 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 and c.id_category IN (136,137,138) AND `id_lang` = 6
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.906
ms
|
3 |
Yes
|
|
/classes/Category.php:657
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1057 (getCategories)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1898 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tmohz_hook` |
0.904
ms
|
1237 |
|
|
/classes/Hook.php:1577
/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)
|
| 106 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 and c.id_category IN (57,58,59,60,61,62,63,63,65,66,67,68,69,70) AND `id_lang` = 6
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.844
ms
|
13 |
Yes
|
|
/classes/Category.php:657
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1057 (getCategories)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 and c.id_category IN (121,122,123,124,125) AND `id_lang` = 6
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.839
ms
|
5 |
Yes
|
|
/classes/Category.php:657
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1057 (getCategories)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1757 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 and c.id_category IN (34,35) AND `id_lang` = 6
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.798
ms
|
2 |
Yes
|
|
/classes/Category.php:657
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1057 (getCategories)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:421 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 and c.id_category IN (34,35) AND `id_lang` = 6
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.769
ms
|
2 |
Yes
|
|
/classes/Category.php:657
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1057 (getCategories)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1800 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`post_parent` = 0 AND eb.`post_type`='' AND eb.post_status = "publish" AND eb.`type` in (120) And eb.`active` = 1 AND (yy.`id_lang`=0 OR yy.`id_lang`=6))
ORDER BY eb.`position` asc, eb.`id_st_site_builder` desc |
0.684
ms
|
4 |
Yes
|
|
/modules/stsitebuilder/stsitebuilder.php:970
/modules/stsitebuilder/stsitebuilder.php:1829 (getBarItems)
/classes/Hook.php:1246 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tmohz_module` m
LEFT JOIN `tmohz_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.569
ms
|
85 |
|
|
/classes/module/Module.php:343
/modules/onepagecheckoutps/onepagecheckoutps.php:316 (__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)
|
| 50 |
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.contr = "all_brands") AND (eb.type =50) AND (yy.id_lang = 0 OR yy.id_lang =6) AND (eb.post_status = "publish") AND (eb.post_parent = 0) AND (eb.post_type = "") AND (eb.active = 1)
ORDER BY eb.priority DESC
LIMIT 1 |
0.568
ms
|
11 |
Yes
|
|
/modules/stsitebuilder/libs/elementor/modules/templates/module.php:111
/modules/stsitebuilder/libs/elementor/modules/templates/module.php:154 (get_builder)
/modules/stsitebuilder/libs/elementor/modules/templates/module.php:993 (register_pages)
/modules/stsitebuilder/libs/elementor/core/base/module.php:92 (__construct)
/modules/stsitebuilder/libs/elementor/core/modules-manager.php:71 (instance)
/modules/stsitebuilder/libs/elementor/includes/plugin.php:751 (__construct)
/modules/stsitebuilder/libs/elementor/includes/plugin.php:656 (init_components)
/modules/stsitebuilder/libs/elementor/helper.php:200 (init)
/modules/stsitebuilder/stsitebuilder.php:1597 (do_action)
/modules/stsitebuilder/stsitebuilder.php:286 (elementPlugin)
/modules/stsitebuilder/stsitebuilder.php:282 (doFrontControllerInitAfter)
/classes/Hook.php:1246 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:513 (exec)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`post_parent` = 0 AND eb.`post_type`='' AND eb.post_status = "publish" AND eb.`type` in (130) And (eb.`contr` = "all" OR eb.`contr` = "manufacturer") AND eb.`active`=1 AND (yy.`id_lang`=0 OR yy.`id_lang`=6))
ORDER BY eb.priority DESC |
0.498
ms
|
1 |
Yes
|
|
/modules/stsitebuilder/stsitebuilder.php:1838
/classes/Hook.php:1246 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/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 `tmohz_module` m
LEFT JOIN `tmohz_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.486
ms
|
85 |
|
|
/classes/module/Module.php:343
/modules/stsitebuilder/stsitebuilder.php:64 (__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)
|
| 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 tmohz_shop_group gs
LEFT JOIN tmohz_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN tmohz_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.483
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)
|
| 161 |
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.contr = "all_brands") AND (eb.type =90) AND (yy.id_lang = 0 OR yy.id_lang =6) AND (eb.post_status = "publish") AND (eb.post_parent = 0) AND (eb.post_type = "") AND (eb.active = 1)
ORDER BY eb.priority DESC
LIMIT 1 |
0.481
ms
|
1 |
Yes
|
|
/modules/stsitebuilder/stsitebuilder.php:1209
/modules/stsitebuilder/stsitebuilder.php:1040 (getBreadcrumb)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.contr = "all_brands") AND (eb.type =50) AND (yy.id_lang = 0 OR yy.id_lang =6) AND (eb.post_status = "publish") AND (eb.post_parent = 0) AND (eb.post_type = "") AND (eb.active = 1)
ORDER BY eb.priority DESC
LIMIT 1 |
0.468
ms
|
11 |
Yes
|
|
/modules/stsitebuilder/stsitebuilder.php:298
/modules/stsitebuilder/stsitebuilder.php:282 (doFrontControllerInitAfter)
/classes/Hook.php:1246 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:513 (exec)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`post_parent` = 0 AND eb.`post_type`='' AND eb.post_status = "publish" AND eb.`type` in (40) And eb.`id_st_site_builder`=7 AND eb.`active` = 1 AND (yy.`id_lang`=0 OR yy.`id_lang`=6))
ORDER BY eb.`position` asc, eb.`id_st_site_builder` desc |
0.460
ms
|
2 |
|
|
/modules/stsitebuilder/stsitebuilder.php:952
/modules/stsitebuilder/stsitebuilder.php:1037 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tmohz_module` m
LEFT JOIN `tmohz_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.457
ms
|
85 |
|
|
/classes/module/Module.php:343
/modules/ps_emailsubscription/ps_emailsubscription.php:96 (__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:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tmohz_module` m
LEFT JOIN `tmohz_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.435
ms
|
85 |
|
|
/classes/module/Module.php:343
/modules/ybc_blog/ybc_blog.php:81 (__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)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM tmohz_shop_url su
LEFT JOIN tmohz_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'new.ckcautosport.com' OR su.domain_ssl = 'new.ckcautosport.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.433
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)
|
| 153 |
SELECT SQL_NO_CACHE *
FROM `tmohz_currency` c
INNER JOIN tmohz_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.429
ms
|
9 |
Yes
|
|
/classes/Currency.php:687
/classes/Currency.php:669 (findAll)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1257 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:117 (coreRenderWidget)
/config/smartyfront.config.inc.php:111 ({closure:smartyWidget():116})
/config/smartyfront.config.inc.php:116 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:4820 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 261 |
INSERT INTO `tmohz_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('24002', '', 'new.ckcautosport.com/pt/marcas', '', '2026-04-16 12:45:36') |
0.398
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:1246 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 eb.*,yy.id_lang
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`type`=1) AND (eb.`post_parent`=0) AND (eb.`post_type`='') AND (eb.`post_status` = "publish") AND (eb.`location` in (1)) AND (( yy.`id_lang` = 0 or yy.id_lang=6))
ORDER BY eb.`position` asc |
0.398
ms
|
1 |
Yes
|
|
/modules/stsitebuilder/stsitebuilder.php:1552
/modules/stsitebuilder/stsitebuilder.php:1853 (renderWidget)
/classes/Hook.php:1246 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`post_parent` = 0 AND eb.`post_type`='' AND eb.post_status = "publish" AND eb.`type` in (90) And eb.`contr` = "all" AND (yy.`id_lang`=0 OR yy.`id_lang`=6))
ORDER BY eb.priority DESC
LIMIT 1 |
0.391
ms
|
1 |
Yes
|
|
/modules/stsitebuilder/stsitebuilder.php:1211
/modules/stsitebuilder/stsitebuilder.php:1040 (getBreadcrumb)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE name, alias FROM `tmohz_hook_alias` |
0.369
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)
|
| 125 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 143) AND (b.`id_shop` = 1) LIMIT 1 |
0.351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2022 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1 |
0.338
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:70 (isEnabled)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:39 (detectByController)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:170 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:159 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:66 (getModuleData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:54 (setContextData)
/modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS9.php:78 (__construct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:57 (getContextService)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:39 (getConfiguration)
/modules/rcpgtagmanager/rcpgtagmanager.php:197 (exec)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 157) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2091 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 162) AND (b.`id_shop` = 1) LIMIT 1 |
0.307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2146 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 134) AND (b.`id_shop` = 1) LIMIT 1 |
0.303
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:1547 (__construct)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/ckcautosport/7c/78/19/7c7819651312587068ab48e1dbeae46da07f768c_2.file.category_search.tpl.php:33 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9879449_97979885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2379 (fetch)
/modules/searchcustom/searchcustom.php:206 (display)
/classes/Hook.php:1246 (hookDisplayCategoryCustomFilters)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosport/41/90/44/41904451a1e33e6c6edc43938e608a2b324c8bb9_2.module.stsitebuilderviewstemplatesfronttemplate16841120.tpl.php:37 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a88548a3_39306788)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:974 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1829 (getBarItems)
/classes/Hook.php:1246 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 153) AND (b.`id_shop` = 1) LIMIT 1 |
0.300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1953 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
0.297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:421 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 1 FROM tmohz_cart_product cp INNER JOIN tmohz_product p
ON (p.id_product = cp.id_product) INNER JOIN tmohz_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/Cart.php:4072
/classes/Cart.php:4053 (hasProducts)
/classes/Cart.php:2036 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:138 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/6b/13/91/6b13913cbab0023dcb3cb73cc3d1d16ac6554d21_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d97a12e9_70052614)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/ec/1c/0d/ec1c0dac57edbe64d3bb3e24a853902ebec2af56_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/ec/1c/0d/ec1c0dac57edbe64d3bb3e24a853902ebec2af56_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9781f86_13787534)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_country` a
LEFT JOIN `tmohz_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 6
LEFT JOIN `tmohz_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/paypal/paypal.php:363 (__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:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 and c.id_category IN (162) AND `id_lang` = 6
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.281
ms
|
1 |
|
|
/classes/Category.php:657
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1057 (getCategories)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2146 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 121) AND (b.`id_shop` = 1) LIMIT 1 |
0.275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1757 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 5) LIMIT 1 |
0.268
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 eb.`id_st_site_builder`
FROM `tmohz_st_site_builder` eb
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`type`=50) AND (eb.`contr`="quick_view") AND (eb.`active`=1) |
0.261
ms
|
11 |
|
|
/modules/stsitebuilder/libs/elementor/includes/frontend.php:1561
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:149 (get_init_settings)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:47 (ensure_settings)
/modules/stsitebuilder/stsitebuilder.php:571 (get_settings)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE `id_guest`
FROM `tmohz_connections`
WHERE `id_guest` = 23641
AND `date_add` > '2026-04-16 12:15:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.253
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:1246 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 136) AND (b.`id_shop` = 1) LIMIT 1 |
0.249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1898 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` c
INNER JOIN tmohz_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tmohz_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 and c.id_category IN (167) AND `id_lang` = 6
AND `active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.248
ms
|
1 |
|
|
/classes/Category.php:657
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1057 (getCategories)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2203 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE *
FROM tmohz_meta m
LEFT JOIN tmohz_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "manufacturer"
OR m.page = "manufacturer"
)
AND ml.id_lang = 6
AND ml.id_shop = 1 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Meta.php:181
/classes/Meta.php:321 (getMetaByPage)
/classes/Meta.php:308 (getHomeMetas)
/classes/controller/FrontController.php:1764 (getMetaTags)
/classes/controller/ProductListingFrontController.php:574 (getTemplateVarPage)
/controllers/front/listing/ManufacturerController.php:266 (getTemplateVarPage)
/classes/controller/FrontController.php:553 (getTemplateVarPage)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE eb.*
FROM `tmohz_st_site_builder` eb
INNER JOIN `tmohz_st_site_builder_yuyan` `yy` ON yy.id_st_site_builder = eb.id_st_site_builder
INNER JOIN tmohz_st_site_builder_shop st_site_builder_shop
ON (st_site_builder_shop.id_st_site_builder = eb.id_st_site_builder AND st_site_builder_shop.id_shop = 1)
WHERE (eb.`post_parent` = 0 AND eb.`post_type`='' AND eb.post_status = "publish" AND eb.`type` in (30) And eb.`id_st_site_builder`=2 AND eb.`active` = 1 AND (yy.`id_lang`=0 OR yy.`id_lang`=6))
ORDER BY eb.`position` asc, eb.`id_st_site_builder` desc |
0.235
ms
|
2 |
|
|
/modules/stsitebuilder/stsitebuilder.php:952
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 6
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.233
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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `tmohz_lang` l
JOIN tmohz_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.226
ms
|
6 |
|
|
/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)
|
| 136 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 158) AND (b.`id_shop` = 1) LIMIT 1 |
0.226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2091 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 144) AND (b.`id_shop` = 1) LIMIT 1 |
0.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2022 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 170) AND (b.`id_shop` = 1) LIMIT 1 |
0.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2258 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 167) AND (b.`id_shop` = 1) LIMIT 1 |
0.222
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2203 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 154) AND (b.`id_shop` = 1) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1953 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/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 tmohz_shop s
LEFT JOIN tmohz_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.210
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)
|
| 144 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 171) AND (b.`id_shop` = 1) LIMIT 1 |
0.209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2258 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE id_st_site_builder FROM tmohz_st_site_builder WHERE `code` = "AuE6iNra" LIMIT 1 |
0.205
ms
|
175 |
|
|
/modules/stsitebuilder/stsitebuilder.php:943
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 `id_module` FROM `tmohz_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1252 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:117 (coreRenderWidget)
/config/smartyfront.config.inc.php:111 ({closure:smartyWidget():116})
/config/smartyfront.config.inc.php:116 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:4820 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 155) AND (b.`id_shop` = 1) LIMIT 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1953 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `tmohz_country` a
LEFT JOIN `tmohz_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `tmohz_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.200
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)
|
| 17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `tmohz_hook_alias` |
0.199
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)
|
| 149 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 176) AND (b.`id_shop` = 1) LIMIT 1 |
0.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2258 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 202) LIMIT 1 |
0.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 159) AND (b.`id_shop` = 1) LIMIT 1 |
0.196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2091 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) AND (b.`id_shop` = 1) LIMIT 1 |
0.196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2258 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 173) AND (b.`id_shop` = 1) LIMIT 1 |
0.196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2258 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE *
FROM `tmohz_gender` a0
LEFT JOIN `tmohz_gender_lang` `a1` ON (a0.`id_gender` = a1.`id_gender`)
WHERE (a1.`id_lang` = 6) |
0.195
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438 (getAll)
/modules/stsitebuilder/libs/elementor/includes/frontend.php:1501 (rewind)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:149 (get_init_settings)
/modules/stsitebuilder/libs/elementor/core/base/base-object.php:47 (ensure_settings)
/modules/stsitebuilder/stsitebuilder.php:571 (get_settings)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 175) AND (b.`id_shop` = 1) LIMIT 1 |
0.195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2258 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 145) AND (b.`id_shop` = 1) LIMIT 1 |
0.194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2022 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 count(0) FROM `tmohz_st_site_builder` sb INNER JOIN `tmohz_st_site_builder_shop` sbs ON sb.`id_st_site_builder`=sbs.`id_st_site_builder` WHERE sb.`id_st_site_builder`=7 AND sbs.`id_shop`=1 AND sb.`active`=1 LIMIT 1 |
0.193
ms
|
1 |
|
|
/modules/stsitebuilder/stsitebuilder.php:945
/modules/stsitebuilder/stsitebuilder.php:1037 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE id_customer
FROM `tmohz_customer`
WHERE (email = "noreply@new.ckcautosport.com.test") LIMIT 1 |
0.193
ms
|
1 |
|
|
/modules/onepagecheckoutps/onepagecheckoutps.php:3423
/modules/onepagecheckoutps/onepagecheckoutps.php:352 (createCustomerOPC)
: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)
|
| 68 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `tmohz_currency` c
LEFT JOIN tmohz_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.192
ms
|
3 |
|
|
/classes/Currency.php:1120
/classes/Currency.php:1139 (countActiveCurrencies)
/classes/module/Module.php:2351 (isMultiCurrencyActivated)
/modules/stsitebuilder/stsitebuilder.php:1471 (getCacheId)
/modules/stsitebuilder/stsitebuilder.php:504 (stGetCacheId)
/classes/Hook.php:1246 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 174) AND (b.`id_shop` = 1) LIMIT 1 |
0.192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2258 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE * FROM `tmohz_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.191
ms
|
8 |
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/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE * FROM `tmohz_currency` c ORDER BY `iso_code` ASC |
0.186
ms
|
3 |
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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 146) AND (b.`id_shop` = 1) LIMIT 1 |
0.185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2022 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 147) AND (b.`id_shop` = 1) LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2022 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 6
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
0.183
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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
0.183
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/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:668 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1257 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:117 (coreRenderWidget)
/config/smartyfront.config.inc.php:111 ({closure:smartyWidget():116})
/config/smartyfront.config.inc.php:116 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:4820 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 148) AND (b.`id_shop` = 1) LIMIT 1 |
0.182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2022 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 151) AND (b.`id_shop` = 1) LIMIT 1 |
0.181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2022 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `tmohz_lang` l
LEFT JOIN `tmohz_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.180
ms
|
6 |
|
|
/classes/Language.php:1070
/config/config.inc.php:151 (loadLanguages)
/index.php:40 (require_once)
|
| 172 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 31) LIMIT 1 |
0.180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:421 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 150) AND (b.`id_shop` = 1) LIMIT 1 |
0.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2022 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 149) AND (b.`id_shop` = 1) LIMIT 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:2022 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 122) AND (b.`id_shop` = 1) LIMIT 1 |
0.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1757 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 137) AND (b.`id_shop` = 1) LIMIT 1 |
0.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1898 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 227) LIMIT 1 |
0.171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 222) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 14) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 171) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_currency` a
LEFT JOIN `tmohz_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 6
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.166
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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 209) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 215) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 207) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 103) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 229) LIMIT 1 |
0.163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 210) LIMIT 1 |
0.163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 218) LIMIT 1 |
0.163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 41) LIMIT 1 |
0.162
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE *
FROM `tmohz_country` a
LEFT JOIN `tmohz_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/override/classes/AddressFormat.php:71 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 7) LIMIT 1 |
0.160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 81) LIMIT 1 |
0.160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 110) LIMIT 1 |
0.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 130) LIMIT 1 |
0.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2) LIMIT 1 |
0.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "shiptopay" LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2237 (getModuleIdByName)
/modules/redsys/redsys.php:135 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:120 (newInstanceArgs)
/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:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 193) LIMIT 1 |
0.158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 201) LIMIT 1 |
0.158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 10) LIMIT 1 |
0.158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 194) LIMIT 1 |
0.158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 40) LIMIT 1 |
0.157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 187) LIMIT 1 |
0.157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 28) LIMIT 1 |
0.157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 196) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 18) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 3) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 111) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 132) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 203) LIMIT 1 |
0.155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 38) LIMIT 1 |
0.155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 200) LIMIT 1 |
0.155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 12) LIMIT 1 |
0.154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 115) LIMIT 1 |
0.154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 219) LIMIT 1 |
0.154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 17) LIMIT 1 |
0.154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 184) LIMIT 1 |
0.154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 192) LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 206) LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 212) LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 6) LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 226) LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 214) LIMIT 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 36) LIMIT 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `name`
FROM `tmohz_hook`
WHERE `id_hook` = 1204 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Hook.php:267
/classes/Hook.php:1030 (getNameById)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 30) LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 213) LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_currency_lang`
WHERE `id_currency` = 3 |
0.151
ms
|
6 |
|
|
/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/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:668 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1257 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:117 (coreRenderWidget)
/config/smartyfront.config.inc.php:111 ({closure:smartyWidget():116})
/config/smartyfront.config.inc.php:116 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:4820 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 199) LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 8) LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 1) LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.150
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/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:668 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1257 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:117 (coreRenderWidget)
/config/smartyfront.config.inc.php:111 ({closure:smartyWidget():116})
/config/smartyfront.config.inc.php:116 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:4820 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE *
FROM `tmohz_customer_group`
WHERE (id_customer = 4) |
0.150
ms
|
1 |
|
|
/modules/onepagecheckoutps/onepagecheckoutps.php:3470
/modules/onepagecheckoutps/onepagecheckoutps.php:352 (createCustomerOPC)
: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)
|
| 113 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 124) AND (b.`id_shop` = 1) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1757 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 205) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 29) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 166) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 122) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 191) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 190) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 217) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE id_st_site_builder FROM tmohz_st_site_builder WHERE `code` = "EEFXPVWC" LIMIT 1 |
0.149
ms
|
175 |
|
|
/modules/stsitebuilder/stsitebuilder.php:943
/modules/stsitebuilder/stsitebuilder.php:1037 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 106) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 62) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 23) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 140) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 22) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 208) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 198) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 211) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 123) AND (b.`id_shop` = 1) LIMIT 1 |
0.148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1757 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 225) LIMIT 1 |
0.148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 48) LIMIT 1 |
0.148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 138) AND (b.`id_shop` = 1) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1898 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 13) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 185) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 224) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 220) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 216) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 16) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 228) LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 80) LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 11) LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 112) LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 69) LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 35) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 9) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 204) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 109) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 121) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 134) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 223) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 221) LIMIT 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 188) LIMIT 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 37) LIMIT 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 26) LIMIT 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `tmohz_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.143
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)
|
| 240 |
SELECT SQL_NO_CACHE *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 116) LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_manufacturer` a
LEFT JOIN `tmohz_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 6
LEFT JOIN `tmohz_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 27) LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/classes/Link.php:669 (__construct)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:88 (getManufacturerLink)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getUrl)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 125) AND (b.`id_shop` = 1) LIMIT 1 |
0.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:1757 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE *
FROM `tmohz_group` a
LEFT JOIN `tmohz_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.140
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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE * FROM `tmohz_image_type` |
0.140
ms
|
8 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:217 (getFormattedName)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:97 (getImage)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getImage)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/3d/58/8e/3d588e6b900319f9c3be73cf12878f7788970195_2.file.brand.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf0c7826_56359606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 count(0) FROM `tmohz_st_site_builder` sb INNER JOIN `tmohz_st_site_builder_shop` sbs ON sb.`id_st_site_builder`=sbs.`id_st_site_builder` WHERE sb.`id_st_site_builder`=2 AND sbs.`id_shop`=1 AND sb.`active`=1 LIMIT 1 |
0.137
ms
|
1 |
|
|
/modules/stsitebuilder/stsitebuilder.php:945
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 `tmohz_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1 |
0.137
ms
|
6 |
|
|
/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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE *
FROM `tmohz_currency` a
LEFT JOIN `tmohz_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.134
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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `tmohz_lang` a
LEFT JOIN `tmohz_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 5) LIMIT 1 |
0.133
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)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tmohz_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.132
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)
|
| 13 |
SELECT SQL_NO_CACHE *
FROM `tmohz_lang` a
LEFT JOIN `tmohz_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 6) LIMIT 1 |
0.130
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)
|
| 152 |
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1252 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:117 (coreRenderWidget)
/config/smartyfront.config.inc.php:111 ({closure:smartyWidget():116})
/config/smartyfront.config.inc.php:116 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:4820 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE value FROM `tmohz_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/shop/Shop.php:1211
/classes/shop/Shop.php:1070 (isFeatureActive)
/classes/Configuration.php:446 (getContextShopID)
/modules/onepagecheckoutps/onepagecheckoutps.php:3481 (updateValue)
/modules/onepagecheckoutps/onepagecheckoutps.php:352 (createCustomerOPC)
: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)
|
| 99 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE * FROM `tmohz_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.125
ms
|
8 |
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/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 `tmohz_country_lang`
WHERE `id_country` = 6 |
0.121
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/override/classes/AddressFormat.php:71 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.120
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE *
FROM `tmohz_currency_lang`
WHERE `id_currency` = 1 |
0.118
ms
|
6 |
|
|
/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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE *
FROM `tmohz_module_shop` m
WHERE (m.id_module = 89) AND (m.enable_device & 1) AND (m.id_shop = 1) |
0.118
ms
|
1 |
|
|
/modules/onepagecheckoutps/src/Service/PresTeamShop/PresTeamShopService.php:198
/modules/onepagecheckoutps/src/Service/PresTeamShop/PresTeamShopService.php:172 (isModuleActiveInCurrentContext)
/override/classes/AddressFormat.php:40 (isModuleActive)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.118
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE c.id_currency
FROM `tmohz_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.116
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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `tmohz_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.116
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/ckcautosport/2a/dd/3d/2add3d7a9544fcad0aa249a0a570542673e38322_2.module.stsitebuilderviewstemplateshookcartlabel.tpl.php:30 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d96acef5_00869189)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/ckcautosport/9f/3d/0e/9f3d0ea5586f0ed98b8409b25763a8fffbc700f1_2.module.stsitebuilderviewstemplateshookshoppingcart.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d96a62e8_97394479)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:198 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 `id_module` FROM `tmohz_module` WHERE `name` = "ets_seo" LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/ybc_blog/classes/ybc_blog_link_class.php:28 (isEnabled)
/modules/ybc_blog/ybc_blog.php:1186 (getLangLinkFriendly)
/modules/ybc_blog/ybc_blog.php:1494 (getLink)
/classes/Hook.php:1246 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:174 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.114
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 * FROM `tmohz_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.113
ms
|
8 |
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/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_category` a
LEFT JOIN `tmohz_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `tmohz_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.113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/stsitebuilder/classes/SiteBuilderProductBase.php:1048 (__construct)
/modules/stsitebuilder/src/Repository/GeneralRepository.php:74 (getCategories)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:378 (getCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 *
FROM `tmohz_currency_lang`
WHERE `id_currency` = 2 |
0.112
ms
|
6 |
|
|
/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/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:668 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1257 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:117 (coreRenderWidget)
/config/smartyfront.config.inc.php:111 ({closure:smartyWidget():116})
/config/smartyfront.config.inc.php:116 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:4820 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 s.id_shop, s.id_shop_group FROM tmohz_shop s |
0.111
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)
|
| 58 |
SELECT SQL_NO_CACHE * FROM `tmohz_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.110
ms
|
8 |
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/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1252 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:117 (coreRenderWidget)
/config/smartyfront.config.inc.php:111 ({closure:smartyWidget():116})
/config/smartyfront.config.inc.php:116 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:172 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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 `tmohz_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.107
ms
|
8 |
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/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE *
FROM `tmohz_st_site_builder_yuyan`
WHERE (id_st_site_builder=0) |
0.107
ms
|
1 |
|
|
/modules/stsitebuilder/classes/SiteBuilderBase.php:55
/modules/stsitebuilder/libs/elementor/modules/templates/module.php:111 (getBuilder)
/modules/stsitebuilder/libs/elementor/modules/templates/module.php:154 (get_builder)
/modules/stsitebuilder/libs/elementor/modules/templates/module.php:993 (register_pages)
/modules/stsitebuilder/libs/elementor/core/base/module.php:92 (__construct)
/modules/stsitebuilder/libs/elementor/core/modules-manager.php:71 (instance)
/modules/stsitebuilder/libs/elementor/includes/plugin.php:751 (__construct)
/modules/stsitebuilder/libs/elementor/includes/plugin.php:656 (init_components)
/modules/stsitebuilder/libs/elementor/helper.php:200 (init)
/modules/stsitebuilder/stsitebuilder.php:1597 (do_action)
/modules/stsitebuilder/stsitebuilder.php:286 (elementPlugin)
/modules/stsitebuilder/stsitebuilder.php:282 (doFrontControllerInitAfter)
/classes/Hook.php:1246 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:513 (exec)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE *
FROM `tmohz_group_lang`
WHERE `id_group` = 1 |
0.102
ms
|
6 |
|
|
/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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1 |
0.101
ms
|
6 |
|
|
/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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang` WHERE `iso_code` = 'pt' LIMIT 1 |
0.098
ms
|
6 |
|
|
/classes/Language.php:844
/classes/Tools.php:635 (getIdByIso)
/classes/Dispatcher.php:246 (switchLanguage)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 66 |
SELECT SQL_NO_CACHE *
FROM `tmohz_state` a
WHERE (a.`id_state` = 398) LIMIT 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:1738 (__construct)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE c.id_currency
FROM `tmohz_currency` c
WHERE (iso_code = 'GBP') LIMIT 1 |
0.095
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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/module/Module.php:2270
/modules/ybc_blog/classes/ybc_blog_link_class.php:28 (isEnabled)
/modules/ybc_blog/ybc_blog.php:1186 (getLangLinkFriendly)
/modules/ybc_blog/ybc_blog.php:1494 (getLink)
/classes/Hook.php:1246 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:174 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/8a/1e/db/8a1edbb927a318a81eb4e2192cdb8e81fb6faff2_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d976f623_57997582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/5a/e7/13/5ae713b7bb2e80d3bf590bb939dfc3709208ac23_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d9764159_78984902)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/4b/2e/80/4b2e80ce1edaa710689e03fb87223c206a747d46_2.module.stsitebuilderviewstemplatesfrontlayoutslayoutfullwidth.tpl.php:73 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69ddd7d975f2f2_03311027)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ckcautosportmodule_stsitebuilder_views_templates_front_layouts_layout_full_width_tpl/30/9f/c8/309fc8760d80a76fc626dc9ef42b97a008283bdb_2.file.manufacturers.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e0bdcf09f532_74766916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `tmohz_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.094
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)
|
| 44 |
SELECT SQL_NO_CACHE id_shop
FROM `tmohz_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Tools.php:717 (isAssociatedToShop)
/classes/controller/FrontController.php:351 (setCurrency)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE * FROM `tmohz_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.092
ms
|
1 |
|
|
/classes/module/Module.php:2171
/classes/Hook.php:1050 (getExceptionsStatic)
/classes/controller/FrontController.php:513 (exec)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE c.id_currency
FROM `tmohz_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.091
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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE format
FROM `tmohz_address_format`
WHERE `id_country` = 6 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/AddressFormat.php:649
/classes/AddressFormat.php:628 (getFormatDB)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/override/classes/AddressFormat.php:38 (getOrderedAddressFields)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `tmohz_lang_shop`
WHERE `id_lang` = 5
AND id_shop = 1 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/config/config.inc.php:224 (isAssociatedToShop)
/index.php:40 (require_once)
|
| 37 |
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1 |
0.089
ms
|
6 |
|
|
/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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "searchcustom" LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2237 (getModuleIdByName)
/modules/dusnicsyncocc/classes/dusnicsyncoccsutils.php:43 (isInstalled)
/modules/dusnicsyncocc/dusnicsyncocc.php:31 (include_once)
/classes/module/Module.php:1376 (include_once)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1 |
0.087
ms
|
6 |
|
|
/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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "winamic_linkobfuscator" LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2237 (getModuleIdByName)
/modules/onepagecheckoutps/onepagecheckoutps.php:370 (isInstalled)
: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)
|
| 34 |
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1 |
0.083
ms
|
6 |
|
|
/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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE `id_lang` FROM `tmohz_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1 |
0.082
ms
|
6 |
|
|
/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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2237 (getModuleIdByName)
/modules/onepagecheckoutps/src/Service/PresTeamShop/PresTeamShopService.php:159 (isInstalled)
/override/classes/AddressFormat.php:40 (isModuleActive)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tmohz_required_field |
0.082
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/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE id_shop
FROM `tmohz_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.081
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/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE id_shop
FROM `tmohz_lang_shop`
WHERE `id_lang` = 6
AND id_shop = 1 LIMIT 1 |
0.080
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)
|
| 61 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tmohz_country`
WHERE `id_country` = 6 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/Country.php:406
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/override/classes/AddressFormat.php:38 (getOrderedAddressFields)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE `id_module` FROM `tmohz_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1252 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:117 (coreRenderWidget)
/config/smartyfront.config.inc.php:111 ({closure:smartyWidget():116})
/config/smartyfront.config.inc.php:116 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/ckcautosport/a1/9f/38/a19f3809f0bfe25db8d1c528f92fae8ed7bbf6f3_2.module.stsitebuilderviewstemplatesfronttemplate16230.tpl.php:172 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69de21a3618692_39844296)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/stsitebuilder/stsitebuilder.php:756 (fetch)
/modules/stsitebuilder/stsitebuilder.php:1268 (generateTempalte)
/modules/stsitebuilder/stsitebuilder.php:953 (getBuilderContent)
/modules/stsitebuilder/stsitebuilder.php:1031 (getHeaderFooterData)
/classes/Hook.php:1246 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1129 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:734 (getLayout)
/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_module` FROM `tmohz_module` WHERE `name` = "amazonpay" LIMIT 1 |
0.069
ms
|
0 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2237 (getModuleIdByName)
/modules/onepagecheckoutps/src/Application/Core/CoreService.php:61 (isInstalled)
/modules/onepagecheckoutps/onepagecheckoutps.php:377 (isModuleActive)
: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)
|